UCF STIG Viewer Logo

The Cisco IOS XE router must be configured to disable non-essential capabilities.


Overview

Finding ID Version Rule ID IA Controls Severity
V-74125 CISR-RT-000015 SV-88799r2_rule Medium
Description
A compromised router introduces risk to the entire network infrastructure as well as data resources that are accessible via the network. The perimeter defense has no oversight or control of attacks by malicious users within the network. Preventing network breaches from within is dependent on implementing a comprehensive defense-in-depth strategy including securing each device connected to the network. This is accomplished by following and implementing all security guidance applicable for each node type. A fundamental step in securing each router is to enable only the capabilities required for operation.
STIG Date
Cisco IOS XE Release 3 RTR Security Technical Implementation Guide 2018-02-20

Details

Check Text ( C-74211r2_chk )
Verify that the Cisco IOS XE router does not have any unnecessary or non-secure ports, protocols and services enabled. For example, the following commands should not be in the configuration:

ip bootp server
ip identd
ip finger
ip http-server
ip rcmd rcp-enable
ip rcmd rsh-enable
service config
service finger
service tcp-small-servers
service udp-small-servers
service pad

If any unnecessary or non-secure ports, protocols or services are enabled, this is a finding.
Fix Text (F-80667r2_fix)
Disable all unnecessary or non-secure ports, protocols and services.

If any of the following commands are in the configuration, remove them.

service udp-small-servers
service tcp-small-servers
service finger
service pad
ip dns server
ip identd
ip finger
ip http-server
ip rcmd rcp-enable
ip rcmd rsh-enable
ip bootp server
service config